Add RAK WisMesh Pod variant and fix Tag LPCOMP wake on user shutdown#11049
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdds a WisMesh Pod PlatformIO environment, disables button definitions for that variant, and tracks low-VDD System OFF entry to control battery LPCOMP wake behavior. ChangesWisMesh Pod support
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
⚡ Try this PR in the Web FlasherWarning This is an automated, unreviewed CI test build. Back up your device configuration Supported boards built by this PR (30)
Build artifacts expire on 2026-08-16. Updated for |
|
@Ethan-chen1234-zy please run trunk fmt |
Co-authored-by: Cursor <cursoragent@cursor.com>
|
Done — ran trunk fmt. Replaced the Unicode em-dash in the Pod platformio.ini comment with ASCII |
Summary
[env:rak_wismesh_pod]for RAK WisMesh Pod (extendsrak_wismeshtag, pin map shared).WISMESH_POD, skipPIN_BUTTON*and setHAS_BUTTON 0.variant_enableBatteryLpcompWake()from#10918so LPCOMP is enabled only for brownout-driven System OFF, not CLI/App shutdown.Files changed
rak_wismeshtag/platformio.inienv:rak_wismesh_pod+WISMESH_PODrak_wismeshtag/variant.hWISMESH_PODrak_wismeshtag/variant.cppTest plan
pio run -e rak_wismeshtagpio run -e rak_wismesh_podSummary by CodeRabbit
New Features
Bug Fixes